Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate SQTagUtil #1214

Merged
merged 1 commit into from
Nov 14, 2018

Conversation

magicDGS
Copy link
Member

Description

Closes #949

Checklist

  • Code compiles correctly
  • New tests covering changes and new functionality
  • All tests passing
  • Extended the README / documentation, if necessary
  • Is not backward compatible (breaks binary or source compatibility)

@codecov-io
Copy link

codecov-io commented Oct 28, 2018

Codecov Report

Merging #1214 into master will increase coverage by 0.006%.
The diff coverage is n/a.

@@               Coverage Diff               @@
##              master     #1214       +/-   ##
===============================================
+ Coverage     68.702%   68.708%   +0.006%     
  Complexity      8061      8061               
===============================================
  Files            542       542               
  Lines          32711     32711               
  Branches        5533      5533               
===============================================
+ Hits           22473     22475        +2     
+ Misses          8038      8036        -2     
  Partials        2200      2200
Impacted Files Coverage Δ Complexity Δ
src/main/java/htsjdk/samtools/SQTagUtil.java 0% <ø> (ø) 0 <0> (ø) ⬇️
...va/htsjdk/samtools/sra/SRAIndexedSequenceFile.java 62.162% <0%> (-2.703%) 6% <0%> (-1%)
...sjdk/samtools/util/Md5CalculatingOutputStream.java 74.359% <0%> (+7.692%) 8% <0%> (+1%) ⬆️

Copy link
Member

@lbergelson lbergelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@magicDGS I reworded your comment a little bit. Good catch!

@@ -27,7 +27,9 @@
* Utility methods for encoding and decoding the SQ tag value of SAMRecord.
*
* @author [email protected]
* @deprecated since 11/2018. SQ is a reserved tag that shouldn't be used and this code untested.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* @deprecated since 11/2018. SQ is a reserved tag that shouldn't be used and this code untested.
* @deprecated since 11/2018. SQ is a deprecated tag that should no longer be used. This code is untested and and unsupported. There is no replacement for these utilities.

@lbergelson lbergelson added the Waiting for revisions This PR has received comments from reviewers and is waiting for the Author to respond label Nov 7, 2018
@lbergelson
Copy link
Member

I'm going to merge this as is because I want it to go in at the same time as the other samtag deprecations.

@lbergelson lbergelson merged commit 6577c46 into samtools:master Nov 14, 2018
@magicDGS magicDGS deleted the dgs_deprecate_SQTagUtil branch November 14, 2018 22:47
@magicDGS
Copy link
Member Author

Sorry for not answering - I had too much problems last months and I could not focus on this. Thanks for merging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Waiting for revisions This PR has received comments from reviewers and is waiting for the Author to respond
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants